Represents a collection of unique values of type T.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public class ValueSet<T> : IEnumerable<T>, IEnumerable |
Visual Basic |
---|
Public Class ValueSet(Of T) _ Implements IEnumerable(Of T), IEnumerable |
Type Parameters
- T
Inheritance Hierarchy
System..::..Object
C1.Olap..::..ValueSet<(Of <(<'T>)>)>
C1.Olap..::..ValueSet<(Of <(<'T>)>)>